object frmignorereg: Tfrmignorereg Left = 210 Top = 158 AutoScroll = False Caption = 'Ignore List Mananger' ClientHeight = 430 ClientWidth = 427 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate DesignSize = ( 427 430) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 409 Height = 33 Anchors = [akLeft, akTop, akRight, akBottom] AutoSize = False Caption = 'The list of entries are currently being ignored when scanning th' + 'e Registry. If you want Registry Repair to include one of these ' + 'entries, then remove its checkmark.' Transparent = True WordWrap = True end object ListView1: TListView Left = 8 Top = 40 Width = 408 Height = 345 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item AutoSize = True Caption = 'Registry Key' end> HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object btnok: TBitBtn Left = 255 Top = 395 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 1 OnClick = btnokClick end object btncancel: TBitBtn Left = 343 Top = 395 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object btnDelete: TBitBtn Left = 7 Top = 395 Width = 75 Height = 25 Action = actremove Anchors = [akLeft, akBottom] Caption = 'Remove' TabOrder = 3 end object ActionList1: TActionList Left = 232 Top = 160 object actremove: TAction Caption = 'Remove' OnExecute = actremoveExecute OnUpdate = actremoveUpdate end end end